New watch file: Thanks Adam D. Barratt
authorLeopold Palomo-Avellaneda <leo@alaxarxa.net>
Mon, 6 Oct 2014 09:26:38 +0000 (11:26 +0200)
committerLeopold Palomo-Avellaneda <leo@alaxarxa.net>
Mon, 6 Oct 2014 09:26:38 +0000 (11:26 +0200)
debian/changelog
debian/rules
debian/watch

index 93afd64dfffbe8f5184f7752e08a085b92808651..fa08c6320ac821fe631466ff2000bab7f00fba62 100644 (file)
@@ -1,4 +1,4 @@
-pcl (1.7.1-1) unstable; urgency=low
+pcl (1.7.2-1) UNRELEASED; urgency=medium
 
   [Leopold Palomo-Avellaneda]
   * Initial release. (Closes: #703579)
@@ -21,4 +21,6 @@ pcl (1.7.1-1) unstable; urgency=low
   * Renamed libpcl-tools to pcl-tools.
   * Added the manpages ...
 
- -- Leopold Palomo-Avellaneda <leo@alaxarxa.net>  Mon, 02 Jun 2014 08:46:51 +0200
+
+ -- Leopold Palomo-Avellaneda <leo@alaxarxa.net>  Mon, 06 Oct 2014 09:30:55 +0200
+
index 4742064b6a2daf677653cd4200743eb724027a3c..b80384f5d3f3078b5cad07875f0d612469ccf477 100755 (executable)
@@ -27,8 +27,8 @@ override_dh_auto_configure:
        -DBUILD_registration=ON -DBUILD_sample_consensus=ON             \
        -DBUILD_search=ON -DBUILD_segmentation=ON -DBUILD_surface=ON    \
        -DBUILD_tools=ON -DBUILD_tracking=ON -DBUILD_visualization=ON   \
-       -DBUILD_app_cloud_composer=ON -DBUILD_app_modeler=ON            \
-       -DBUILD_app_point_cloud_editor=ON 
+       -DBUILD_apps_cloud_composer=ON -DBUILD_apps_modeler=ON            \
+       -DBUILD_apps_point_cloud_editor=ON -DBUILD_apps_in_hand_scanner=ON  
 
 override_dh_auto_build:
        dh_auto_build -- # Compile the software.
index 2073d7d887642ee324c09a9cf793eab0bc44c53d..ebb3e795b17055ea7a8fc41dd285ef1f35b68f4e 100644 (file)
@@ -1,4 +1,8 @@
 # Watch control file for uscan
 version=3
-opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
+#opts=uversionmangle=s/(\d)[_.+-]?((RC|rc|pre|dev|beta|alpha)[\d.]*)$/$1~$2/ \ 
+#https://github.com/PointCloudLibrary/pcl/releases .*/pcl-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+opts="uversionmangle=s/(\d)[_.+-]?((RC|rc|pre|dev|beta|alpha)[\d.]*)$/$1~$2/" \
 https://github.com/PointCloudLibrary/pcl/releases .*/pcl-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+